home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 December & 2001 January / PC World Plus! D.bin / hs_files / ezcddax4trial.exe / ezcdda01.cab / _D491E4E43CA34C9C94DFA63F5862D94E / 0 / RCDATA / TSETTINGSFORM / TSETTINGSFORM.txt < prev   
Encoding:
Text File  |  2000-06-19  |  26.0 KB  |  916 lines

  1. object SettingsForm: TSettingsForm
  2.   Left = 269
  3.   Top = 130
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Settings'
  7.   ClientHeight = 318
  8.   ClientWidth = 346
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poOwnerFormCenter
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label14: TLabel
  17.     Left = 96
  18.     Top = 152
  19.     Width = 7
  20.     Height = 13
  21.     Caption = '/'
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     Layout = tlCenter
  29.   end
  30.   object Label15: TLabel
  31.     Left = 152
  32.     Top = 104
  33.     Width = 7
  34.     Height = 13
  35.     Caption = '/'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     Layout = tlCenter
  43.   end
  44.   object Label18: TLabel
  45.     Left = 160
  46.     Top = 152
  47.     Width = 7
  48.     Height = 13
  49.     Caption = '/'
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.     Layout = tlCenter
  57.   end
  58.   object PageControl: TPageControl
  59.     Left = 8
  60.     Top = 8
  61.     Width = 329
  62.     Height = 273
  63.     ActivePage = DeviceTab
  64.     HotTrack = True
  65.     MultiLine = True
  66.     TabOrder = 0
  67.     object CDDBTab: TTabSheet
  68.       Caption = 'CDDB'
  69.       object LabelServer: TLabel
  70.         Left = 8
  71.         Top = 4
  72.         Width = 31
  73.         Height = 13
  74.         Caption = 'Server'
  75.         Layout = tlCenter
  76.       end
  77.       object LabelDesc: TLabel
  78.         Left = 8
  79.         Top = 48
  80.         Width = 53
  81.         Height = 13
  82.         Caption = 'Description'
  83.         Layout = tlCenter
  84.       end
  85.       object LabelHTTPPath: TLabel
  86.         Left = 24
  87.         Top = 228
  88.         Width = 54
  89.         Height = 13
  90.         Caption = 'HTTP Path'
  91.         Layout = tlCenter
  92.         Visible = False
  93.       end
  94.       object LabelEMail: TLabel
  95.         Left = 8
  96.         Top = 140
  97.         Width = 69
  98.         Height = 13
  99.         Caption = 'E-Mail address'
  100.         Layout = tlCenter
  101.       end
  102.       object CDDBImage: TImage
  103.         Left = 260
  104.         Top = 187
  105.         Width = 58
  106.         Height = 40
  107.         Cursor = crHandPoint
  108.         Hint = 'http://www.cddb.com'
  109.         AutoSize = True
  110.         Picture.Data = {<image000.bmp>}
  111.         OnClick = CDDBImageClick
  112.       end
  113.       object Label2: TLabel
  114.         Left = 26
  115.         Top = 186
  116.         Width = 204
  117.         Height = 13
  118.         Caption = 'Automatic Internet query for unknown discs'
  119.         Constraints.MaxHeight = 39
  120.         Constraints.MaxWidth = 231
  121.         WordWrap = True
  122.         OnClick = Label2Click
  123.       end
  124.       object Server: TComboBox
  125.         Left = 8
  126.         Top = 22
  127.         Width = 201
  128.         Height = 21
  129.         Font.Charset = DEFAULT_CHARSET
  130.         Font.Color = clWindowText
  131.         Font.Height = -11
  132.         Font.Name = 'MS Sans Serif'
  133.         Font.Style = []
  134.         ItemHeight = 13
  135.         ParentFont = False
  136.         TabOrder = 0
  137.         OnChange = ServerChange
  138.         OnClick = ServerClick
  139.         Items.Strings = (
  140.           '')
  141.       end
  142.       object Description: TEdit
  143.         Left = 8
  144.         Top = 66
  145.         Width = 201
  146.         Height = 21
  147.         Color = clBtnFace
  148.         ReadOnly = True
  149.         TabOrder = 2
  150.         OnChange = DescriptionChange
  151.       end
  152.       object HTTPPath: TEdit
  153.         Left = 24
  154.         Top = 222
  155.         Width = 201
  156.         Height = 21
  157.         TabOrder = 3
  158.         Visible = False
  159.         OnChange = HTTPPathChange
  160.       end
  161.       object Proxy: TCheckBox
  162.         Left = 8
  163.         Top = 95
  164.         Width = 121
  165.         Height = 13
  166.         Caption = 'Proxy server'
  167.         TabOrder = 4
  168.         OnClick = ProxyClick
  169.       end
  170.       object ProxyServer: TEdit
  171.         Left = 8
  172.         Top = 114
  173.         Width = 201
  174.         Height = 21
  175.         TabOrder = 5
  176.         OnChange = ProxyServerChange
  177.       end
  178.       object EMail: TEdit
  179.         Left = 8
  180.         Top = 158
  181.         Width = 201
  182.         Height = 21
  183.         TabOrder = 6
  184.         OnChange = EMailChange
  185.       end
  186.       object AutoQuery: TCheckBox
  187.         Left = 8
  188.         Top = 187
  189.         Width = 15
  190.         Height = 14
  191.         TabOrder = 7
  192.         OnClick = AutoQueryClick
  193.       end
  194.       object List: TBitBtn
  195.         Left = 220
  196.         Top = 20
  197.         Width = 93
  198.         Height = 23
  199.         Hint = 'cddb.cddb.com'
  200.         Caption = 'Refresh'
  201.         ParentShowHint = False
  202.         ShowHint = True
  203.         TabOrder = 1
  204.         OnClick = ListClick
  205.         Glyph.Data = {
  206.           36030000424D3603000000000000360000002800000010000000100000000100
  207.           1800000000000003000000000000000000000000000000000000FFFFFF000000
  208.           000000000000000000000000808080FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  209.           FFFFFFFFFFFFFFFFFFFFC0C0C0808080C0C0C0C0C0C080808080808000000000
  210.           0000808080FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFF808080
  211.           FFFFFF00000000000000FFFF808080808080000000808080FFFFFFFFFFFFFFFF
  212.           FFFFFFFFFFFFFFFFFFFFFFFFFF80808000000000FF00000000FFFFFF80808000
  213.           FFFF808080000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0C0C0000000
  214.           00FF0000FF00000000000000000000FFFFFF00FFFF000000FFFFFFFFFFFFFFFF
  215.           FFFFFFFFFFFFFFFFFFFF00000000FF0000FF0000FF0000FF0000FF00000000C0
  216.           C0C0FFFFFF000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000FF00
  217.           00FF0000FF0000FF0000FF00000000000000808080000000FFFFFFFFFFFFFFFF
  218.           FFFFFFFFFFFFFFFFFFFFFFFFFF00000000FF0000FF0000000000000000000000
  219.           FFFF000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  220.           00000000FF00000000C0C0C000FFFF000000000000FFFFFF8000008000008000
  221.           00808000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000000000FFFFFF00000000
  222.           0000FFFFFF800000000000000000800000800000FF0000FFFFFFFFFFFFFFFFFF
  223.           FFFFFF000000FFFFFF000000000000008080800000000000000000FF00000080
  224.           00C0C0C0808000808080FFFFFFFFFFFFFFFFFF00000000808080808000FFFF00
  225.           FFFF800000000000FF0000008000008000808000C0C0C0008000FFFFFFFFFFFF
  226.           FFFFFFFFFFFF000000000000000000000000800000000000FF00000080808080
  227.           00008000FFFFFF008000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  228.           FFFF000000FF0000808000FF0000008000FFFFFFC0C0C0808080FFFFFFFFFFFF
  229.           FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000008000808000C0C0
  230.           C0FFFF00808080FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  231.           FFFFFFFFFFFFFFFF808080008000008080808080FFFFFFFFFFFF}
  232.       end
  233.     end
  234.     object UITab: TTabSheet
  235.       Caption = 'User Interface'
  236.       object Image1: TImage
  237.         Left = 8
  238.         Top = 60
  239.         Width = 16
  240.         Height = 16
  241.         AutoSize = True
  242.         Picture.Data = {<image001.bmp>}
  243.         Transparent = True
  244.       end
  245.       object LabelChars: TLabel
  246.         Left = 8
  247.         Top = 114
  248.         Width = 305
  249.         Height = 40
  250.         AutoSize = False
  251.         Caption = 
  252.           'Characters /:*?"<>| are reserved by O/S and can'#39't be used in fil' +
  253.           'enames. Redefine reserved characters to legal character strings.'
  254.         WordWrap = True
  255.       end
  256.       object Label9: TLabel
  257.         Left = 8
  258.         Top = 158
  259.         Width = 7
  260.         Height = 13
  261.         Caption = '/'
  262.         Font.Charset = DEFAULT_CHARSET
  263.         Font.Color = clWindowText
  264.         Font.Height = -11
  265.         Font.Name = 'MS Sans Serif'
  266.         Font.Style = [fsBold]
  267.         ParentFont = False
  268.         Layout = tlCenter
  269.       end
  270.       object Label10: TLabel
  271.         Left = 8
  272.         Top = 180
  273.         Width = 5
  274.         Height = 13
  275.         Caption = ':'
  276.         Font.Charset = DEFAULT_CHARSET
  277.         Font.Color = clWindowText
  278.         Font.Height = -11
  279.         Font.Name = 'MS Sans Serif'
  280.         Font.Style = [fsBold]
  281.         ParentFont = False
  282.         Layout = tlCenter
  283.       end
  284.       object Label12: TLabel
  285.         Left = 88
  286.         Top = 158
  287.         Width = 6
  288.         Height = 13
  289.         Caption = '*'
  290.         Font.Charset = DEFAULT_CHARSET
  291.         Font.Color = clWindowText
  292.         Font.Height = -11
  293.         Font.Name = 'MS Sans Serif'
  294.         Font.Style = [fsBold]
  295.         ParentFont = False
  296.         Layout = tlCenter
  297.       end
  298.       object Label13: TLabel
  299.         Left = 88
  300.         Top = 180
  301.         Width = 8
  302.         Height = 13
  303.         Caption = '?'
  304.         Font.Charset = DEFAULT_CHARSET
  305.         Font.Color = clWindowText
  306.         Font.Height = -11
  307.         Font.Name = 'MS Sans Serif'
  308.         Font.Style = [fsBold]
  309.         ParentFont = False
  310.         Layout = tlCenter
  311.       end
  312.       object Label21: TLabel
  313.         Left = 168
  314.         Top = 158
  315.         Width = 8
  316.         Height = 13
  317.         Caption = '<'
  318.         Font.Charset = DEFAULT_CHARSET
  319.         Font.Color = clWindowText
  320.         Font.Height = -11
  321.         Font.Name = 'MS Sans Serif'
  322.         Font.Style = [fsBold]
  323.         ParentFont = False
  324.         Layout = tlCenter
  325.       end
  326.       object Label11: TLabel
  327.         Left = 168
  328.         Top = 188
  329.         Width = 7
  330.         Height = 13
  331.         Caption = '"'
  332.         Font.Charset = DEFAULT_CHARSET
  333.         Font.Color = clWindowText
  334.         Font.Height = -11
  335.         Font.Name = 'MS Sans Serif'
  336.         Font.Style = [fsBold]
  337.         ParentFont = False
  338.         Layout = tlCenter
  339.       end
  340.       object Label23: TLabel
  341.         Left = 248
  342.         Top = 158
  343.         Width = 4
  344.         Height = 13
  345.         Caption = '|'
  346.         Font.Charset = DEFAULT_CHARSET
  347.         Font.Color = clWindowText
  348.         Font.Height = -11
  349.         Font.Name = 'MS Sans Serif'
  350.         Font.Style = [fsBold]
  351.         ParentFont = False
  352.         Layout = tlCenter
  353.       end
  354.       object Label22: TLabel
  355.         Left = 248
  356.         Top = 180
  357.         Width = 8
  358.         Height = 13
  359.         Caption = '>'
  360.         Font.Charset = DEFAULT_CHARSET
  361.         Font.Color = clWindowText
  362.         Font.Height = -11
  363.         Font.Name = 'MS Sans Serif'
  364.         Font.Style = [fsBold]
  365.         ParentFont = False
  366.         Layout = tlCenter
  367.       end
  368.       object Bevel6: TBevel
  369.         Left = 8
  370.         Top = 105
  371.         Width = 305
  372.         Height = 9
  373.         Shape = bsTopLine
  374.       end
  375.       object Label1: TLabel
  376.         Left = 26
  377.         Top = 204
  378.         Width = 134
  379.         Height = 13
  380.         Caption = 'Convert space characters to'
  381.         OnClick = Label1Click
  382.       end
  383.       object WhatSound: TEdit
  384.         Left = 26
  385.         Top = 58
  386.         Width = 183
  387.         Height = 21
  388.         MaxLength = 250
  389.         TabOrder = 1
  390.         OnChange = WhatSoundChange
  391.       end
  392.       object BrowseForWave: TBitBtn
  393.         Left = 216
  394.         Top = 57
  395.         Width = 97
  396.         Height = 23
  397.         Caption = '&Browse'
  398.         TabOrder = 2
  399.         OnClick = BrowseForWaveClick
  400.         Glyph.Data = {
  401.           36050000424D3605000000000000360400002800000010000000100000000100
  402.           0800000000000001000000000000000000000001000000010000000000003300
  403.           00006600000099000000CC000000FF0000000033000033330000663300009933
  404.           0000CC330000FF33000000660000336600006666000099660000CC660000FF66
  405.           000000990000339900006699000099990000CC990000FF99000000CC000033CC
  406.           000066CC000099CC0000CCCC0000FFCC000000FF000033FF000066FF000099FF
  407.           0000CCFF0000FFFF000000003300330033006600330099003300CC003300FF00
  408.           330000333300333333006633330099333300CC333300FF333300006633003366
  409.           33006666330099663300CC663300FF6633000099330033993300669933009999
  410.           3300CC993300FF99330000CC330033CC330066CC330099CC3300CCCC3300FFCC
  411.           330000FF330033FF330066FF330099FF3300CCFF3300FFFF3300000066003300
  412.           66006600660099006600CC006600FF0066000033660033336600663366009933
  413.           6600CC336600FF33660000666600336666006666660099666600CC666600FF66
  414.           660000996600339966006699660099996600CC996600FF99660000CC660033CC
  415.           660066CC660099CC6600CCCC6600FFCC660000FF660033FF660066FF660099FF
  416.           6600CCFF6600FFFF660000009900330099006600990099009900CC009900FF00
  417.           990000339900333399006633990099339900CC339900FF339900006699003366
  418.           99006666990099669900CC669900FF6699000099990033999900669999009999
  419.           9900CC999900FF99990000CC990033CC990066CC990099CC9900CCCC9900FFCC
  420.           990000FF990033FF990066FF990099FF9900CCFF9900FFFF99000000CC003300
  421.           CC006600CC009900CC00CC00CC00FF00CC000033CC003333CC006633CC009933
  422.           CC00CC33CC00FF33CC000066CC003366CC006666CC009966CC00CC66CC00FF66
  423.           CC000099CC003399CC006699CC009999CC00CC99CC00FF99CC0000CCCC0033CC
  424.           CC0066CCCC0099CCCC00CCCCCC00FFCCCC0000FFCC0033FFCC0066FFCC0099FF
  425.           CC00CCFFCC00FFFFCC000000FF003300FF006600FF009900FF00CC00FF00FF00
  426.           FF000033FF003333FF006633FF009933FF00CC33FF00FF33FF000066FF003366
  427.           FF006666FF009966FF00CC66FF00FF66FF000099FF003399FF006699FF009999
  428.           FF00CC99FF00FF99FF0000CCFF0033CCFF0066CCFF0099CCFF00CCCCFF00FFCC
  429.           FF0000FFFF0033FFFF0066FFFF0099FFFF00CCFFFF00FFFFFF00000000000D0D
  430.           0D001A1A1A00282828003535350043434300505050005D5D5D006B6B6B007878
  431.           78008686860093939300A1A1A100AEAEAE00BBBBBB00C9C9C900D6D6D600E4E4
  432.           E400F1F1F100FFFFFF0000000000000000000000000000000000000000000000
  433.           0000000000000000000000000000000000000000000000000000000000000000
  434.           0000000000000000000000000000000000000000000000000000E6E6E6E6E6E6
  435.           E6E6E6E6E6E6E60000E6E6E6E6E6E6E6E6E6E6E6E6E603230500E6E600000000
  436.           00000000000223050500E67EAAAAAAAAAAAAAA7E032305057E00E67ED6CFD5CF
  437.           D5CFCF02230505CFAA00E67ED6D5CFE20000E2E70505CFCFAA00E67ED6CFE2E7
  438.           23E700E17ECFD5CFAA00E67ED6E2D723E723E700CFD5CFD5AA00E67ED6E223D7
  439.           23E72300CFCFD5CFAA00E67ED6E2D723D723E700CFD5CFD5AA00E67ED6CFE2D7
  440.           23D700E2D5D5D5CFAA00E67ED6D6CFE2E200E2D6D6D6D6D5AA00E67EAAAAAAAA
  441.           AAAAAA7E7E7E7E7E7EE6E6E67EEAD6D6D5D57E00E6E6E6E6E6E6E6E6E67E7E7E
  442.           7E7E00E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6E6}
  443.       end
  444.       object HigherPriority: TCheckBox
  445.         Left = 8
  446.         Top = 22
  447.         Width = 305
  448.         Height = 17
  449.         Caption = 'Run Easy CD-DA Extractor at higher priority'
  450.         TabOrder = 3
  451.         OnClick = HigherPriorityClick
  452.       end
  453.       object illegal1: TEdit
  454.         Left = 24
  455.         Top = 158
  456.         Width = 41
  457.         Height = 17
  458.         AutoSize = False
  459.         MaxLength = 5
  460.         TabOrder = 4
  461.         OnExit = illegal1Exit
  462.       end
  463.       object illegal5: TEdit
  464.         Left = 24
  465.         Top = 180
  466.         Width = 41
  467.         Height = 17
  468.         AutoSize = False
  469.         MaxLength = 5
  470.         TabOrder = 8
  471.         OnExit = illegal5Exit
  472.       end
  473.       object illegal2: TEdit
  474.         Left = 104
  475.         Top = 158
  476.         Width = 41
  477.         Height = 17
  478.         AutoSize = False
  479.         MaxLength = 5
  480.         TabOrder = 5
  481.         OnExit = illegal2Exit
  482.       end
  483.       object illegal6: TEdit
  484.         Left = 104
  485.         Top = 180
  486.         Width = 41
  487.         Height = 17
  488.         AutoSize = False
  489.         MaxLength = 5
  490.         TabOrder = 9
  491.         OnExit = illegal6Exit
  492.       end
  493.       object illegal3: TEdit
  494.         Left = 184
  495.         Top = 158
  496.         Width = 41
  497.         Height = 17
  498.         AutoSize = False
  499.         MaxLength = 5
  500.         TabOrder = 6
  501.         OnExit = illegal3Exit
  502.       end
  503.       object illegal7: TEdit
  504.         Left = 184
  505.         Top = 180
  506.         Width = 41
  507.         Height = 17
  508.         AutoSize = False
  509.         MaxLength = 5
  510.         TabOrder = 10
  511.         OnExit = illegal7Exit
  512.       end
  513.       object illegal9: TEdit
  514.         Left = 168
  515.         Top = 202
  516.         Width = 41
  517.         Height = 17
  518.         AutoSize = False
  519.         MaxLength = 5
  520.         TabOrder = 13
  521.         OnExit = illegal9Exit
  522.       end
  523.       object illegal4: TEdit
  524.         Left = 264
  525.         Top = 158
  526.         Width = 41
  527.         Height = 17
  528.         AutoSize = False
  529.         MaxLength = 5
  530.         TabOrder = 7
  531.         OnExit = illegal4Exit
  532.       end
  533.       object illegal8: TEdit
  534.         Left = 264
  535.         Top = 180
  536.         Width = 41
  537.         Height = 17
  538.         AutoSize = False
  539.         MaxLength = 5
  540.         TabOrder = 11
  541.         OnExit = illegal8Exit
  542.       end
  543.       object ConvertSpace: TCheckBox
  544.         Left = 8
  545.         Top = 202
  546.         Width = 17
  547.         Height = 17
  548.         TabOrder = 12
  549.         OnClick = ConvertSpaceClick
  550.       end
  551.       object Lowercase: TCheckBox
  552.         Left = 8
  553.         Top = 220
  554.         Width = 313
  555.         Height = 17
  556.         Caption = 'Convert filename to lower case'
  557.         TabOrder = 14
  558.         OnClick = LowercaseClick
  559.       end
  560.       object PlaySoundAtTheEnd: TCheckBox
  561.         Left = 8
  562.         Top = 39
  563.         Width = 305
  564.         Height = 17
  565.         Caption = 'Play a sound at the end of extraction process'
  566.         TabOrder = 0
  567.         OnClick = PlaySoundAtTheEndClick
  568.       end
  569.       object CDText: TCheckBox
  570.         Left = 8
  571.         Top = 5
  572.         Width = 305
  573.         Height = 17
  574.         Caption = 'Automatically read CD-TEXT information'
  575.         TabOrder = 15
  576.         OnClick = HigherPriorityClick
  577.       end
  578.       object UseCheckboxes: TCheckBox
  579.         Left = 8
  580.         Top = 85
  581.         Width = 305
  582.         Height = 17
  583.         Caption = 'Use checkboxes in the track list window'
  584.         TabOrder = 16
  585.         OnClick = UseCheckboxesClick
  586.       end
  587.     end
  588.     object DeviceTab: TTabSheet
  589.       Caption = 'DAE Settings'
  590.       object GroupBox1: TGroupBox
  591.         Left = 4
  592.         Top = 8
  593.         Width = 313
  594.         Height = 201
  595.         Font.Charset = DEFAULT_CHARSET
  596.         Font.Color = clWindowText
  597.         Font.Height = -11
  598.         Font.Name = 'MS Sans Serif'
  599.         Font.Style = [fsBold]
  600.         ParentFont = False
  601.         TabOrder = 0
  602.         object LabelSectors: TLabel
  603.           Left = 8
  604.           Top = 27
  605.           Width = 78
  606.           Height = 13
  607.           Caption = 'Sectors per read'
  608.           Font.Charset = DEFAULT_CHARSET
  609.           Font.Color = clWindowText
  610.           Font.Height = -11
  611.           Font.Name = 'MS Sans Serif'
  612.           Font.Style = []
  613.           ParentFont = False
  614.           Layout = tlCenter
  615.         end
  616.         object LabelSectors3: TLabel
  617.           Left = 216
  618.           Top = 68
  619.           Width = 40
  620.           Height = 19
  621.           Caption = '[sectors]'
  622.           Constraints.MaxHeight = 19
  623.           Constraints.MinHeight = 19
  624.           Font.Charset = DEFAULT_CHARSET
  625.           Font.Color = clWindowText
  626.           Font.Height = -11
  627.           Font.Name = 'MS Sans Serif'
  628.           Font.Style = []
  629.           ParentFont = False
  630.           Layout = tlCenter
  631.         end
  632.         object TrackOffsetEnd: TLabel
  633.           Left = 26
  634.           Top = 93
  635.           Width = 78
  636.           Height = 19
  637.           Caption = 'Track offset end'
  638.           Constraints.MaxHeight = 19
  639.           Constraints.MinHeight = 19
  640.           Font.Charset = DEFAULT_CHARSET
  641.           Font.Color = clWindowText
  642.           Font.Height = -11
  643.           Font.Name = 'MS Sans Serif'
  644.           Font.Style = []
  645.           ParentFont = False
  646.           Layout = tlCenter
  647.         end
  648.         object LabelSectors2: TLabel
  649.           Left = 216
  650.           Top = 93
  651.           Width = 40
  652.           Height = 19
  653.           Caption = '[sectors]'
  654.           Constraints.MaxHeight = 19
  655.           Constraints.MinHeight = 19
  656.           Font.Charset = DEFAULT_CHARSET
  657.           Font.Color = clWindowText
  658.           Font.Height = -11
  659.           Font.Name = 'MS Sans Serif'
  660.           Font.Style = []
  661.           ParentFont = False
  662.           Layout = tlCenter
  663.         end
  664.         object Sectors: TEdit
  665.           Left = 160
  666.           Top = 24
  667.           Width = 33
  668.           Height = 19
  669.           AutoSize = False
  670.           Font.Charset = DEFAULT_CHARSET
  671.           Font.Color = clWindowText
  672.           Font.Height = -11
  673.           Font.Name = 'MS Sans Serif'
  674.           Font.Style = []
  675.           ParentFont = False
  676.           TabOrder = 0
  677.           Text = '0'
  678.           OnChange = SectorsChange
  679.           OnExit = SectorsExit
  680.           OnKeyDown = SectorsKeyDown
  681.         end
  682.         object UDSectors: TUpDown
  683.           Left = 193
  684.           Top = 24
  685.           Width = 15
  686.           Height = 19
  687.           Associate = Sectors
  688.           Min = 0
  689.           Position = 0
  690.           TabOrder = 1
  691.           Wrap = False
  692.           OnClick = UDSectorsClick
  693.         end
  694.         object UDStart: TUpDown
  695.           Left = 193
  696.           Top = 68
  697.           Width = 15
  698.           Height = 19
  699.           Associate = StartOffset
  700.           Min = 0
  701.           Position = 0
  702.           TabOrder = 2
  703.           Wrap = False
  704.           OnClick = UDStartClick
  705.         end
  706.         object StartOffset: TEdit
  707.           Left = 160
  708.           Top = 68
  709.           Width = 33
  710.           Height = 19
  711.           AutoSize = False
  712.           Font.Charset = DEFAULT_CHARSET
  713.           Font.Color = clWindowText
  714.           Font.Height = -11
  715.           Font.Name = 'MS Sans Serif'
  716.           Font.Style = []
  717.           ParentFont = False
  718.           TabOrder = 3
  719.           Text = '0'
  720.           OnChange = StartOffsetChange
  721.           OnExit = StartOffsetExit
  722.           OnKeyDown = StartOffsetKeyDown
  723.         end
  724.         object SectorSync: TCheckBox
  725.           Left = 8
  726.           Top = 49
  727.           Width = 297
  728.           Height = 13
  729.           Caption = 'Audio resync'
  730.           Font.Charset = DEFAULT_CHARSET
  731.           Font.Color = clWindowText
  732.           Font.Height = -11
  733.           Font.Name = 'MS Sans Serif'
  734.           Font.Style = []
  735.           ParentFont = False
  736.           TabOrder = 4
  737.           OnClick = SectorSyncClick
  738.         end
  739.         object TrackOffset: TCheckBox
  740.           Left = 8
  741.           Top = 68
  742.           Width = 145
  743.           Height = 19
  744.           Caption = 'Track offset start'
  745.           Font.Charset = DEFAULT_CHARSET
  746.           Font.Color = clWindowText
  747.           Font.Height = -11
  748.           Font.Name = 'MS Sans Serif'
  749.           Font.Style = []
  750.           ParentFont = False
  751.           TabOrder = 5
  752.           OnClick = TrackOffsetClick
  753.         end
  754.         object EndOffset: TEdit
  755.           Left = 160
  756.           Top = 93
  757.           Width = 33
  758.           Height = 19
  759.           AutoSize = False
  760.           Font.Charset = DEFAULT_CHARSET
  761.           Font.Color = clWindowText
  762.           Font.Height = -11
  763.           Font.Name = 'MS Sans Serif'
  764.           Font.Style = []
  765.           ParentFont = False
  766.           TabOrder = 6
  767.           Text = '0'
  768.           OnChange = EndOffsetChange
  769.           OnExit = EndOffsetExit
  770.           OnKeyDown = EndOffsetKeyDown
  771.         end
  772.         object UDEnd: TUpDown
  773.           Left = 193
  774.           Top = 93
  775.           Width = 15
  776.           Height = 19
  777.           Associate = EndOffset
  778.           Min = 0
  779.           Position = 0
  780.           TabOrder = 7
  781.           Wrap = False
  782.           OnClick = UDEndClick
  783.         end
  784.         object Skip: TCheckBox
  785.           Left = 8
  786.           Top = 117
  787.           Width = 297
  788.           Height = 13
  789.           Caption = 'Skip defected sectors'
  790.           Font.Charset = DEFAULT_CHARSET
  791.           Font.Color = clWindowText
  792.           Font.Height = -11
  793.           Font.Name = 'MS Sans Serif'
  794.           Font.Style = []
  795.           ParentFont = False
  796.           TabOrder = 8
  797.           OnClick = SkipClick
  798.         end
  799.         object Swap: TCheckBox
  800.           Left = 8
  801.           Top = 136
  802.           Width = 297
  803.           Height = 13
  804.           Caption = 'Swap left and right channel'
  805.           Font.Charset = DEFAULT_CHARSET
  806.           Font.Color = clWindowText
  807.           Font.Height = -11
  808.           Font.Name = 'MS Sans Serif'
  809.           Font.Style = []
  810.           ParentFont = False
  811.           TabOrder = 9
  812.           OnClick = SwapClick
  813.         end
  814.         object DisableOverflow: TCheckBox
  815.           Left = 8
  816.           Top = 155
  817.           Width = 297
  818.           Height = 13
  819.           Caption = 'Disable '#39'Buffer Overflow'#39' - checking'
  820.           Font.Charset = DEFAULT_CHARSET
  821.           Font.Color = clWindowText
  822.           Font.Height = -11
  823.           Font.Name = 'MS Sans Serif'
  824.           Font.Style = []
  825.           ParentFont = False
  826.           TabOrder = 10
  827.           OnClick = DisableOverflowClick
  828.         end
  829.         object Reverse: TCheckBox
  830.           Left = 8
  831.           Top = 174
  832.           Width = 297
  833.           Height = 13
  834.           Caption = 'Swap byte order'
  835.           Font.Charset = DEFAULT_CHARSET
  836.           Font.Color = clWindowText
  837.           Font.Height = -11
  838.           Font.Name = 'MS Sans Serif'
  839.           Font.Style = []
  840.           ParentFont = False
  841.           TabOrder = 11
  842.           OnClick = ReverseClick
  843.         end
  844.       end
  845.       object DefaultSectors: TButton
  846.         Left = 226
  847.         Top = 214
  848.         Width = 89
  849.         Height = 23
  850.         Caption = 'Set default'
  851.         Font.Charset = DEFAULT_CHARSET
  852.         Font.Color = clWindowText
  853.         Font.Height = -11
  854.         Font.Name = 'MS Sans Serif'
  855.         Font.Style = []
  856.         ParentFont = False
  857.         TabOrder = 1
  858.         OnClick = DefaultSectorsClick
  859.       end
  860.     end
  861.   end
  862.   object OK: TBitBtn
  863.     Left = 60
  864.     Top = 288
  865.     Width = 88
  866.     Height = 25
  867.     TabOrder = 1
  868.     OnClick = OKClick
  869.     Kind = bkOK
  870.   end
  871.   object Cancel: TBitBtn
  872.     Left = 154
  873.     Top = 288
  874.     Width = 88
  875.     Height = 25
  876.     TabOrder = 2
  877.     Kind = bkCancel
  878.   end
  879.   object Apply: TBitBtn
  880.     Left = 248
  881.     Top = 288
  882.     Width = 88
  883.     Height = 25
  884.     Caption = 'Apply'
  885.     TabOrder = 3
  886.     OnClick = ApplyClick
  887.     Glyph.Data = {
  888.       F2010000424DF201000000000000760000002800000024000000130000000100
  889.       0400000000007C01000000000000000000001000000010000000000000000000
  890.       80000080000000808000800000008000800080800000C0C0C000808080000000
  891.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333334433333
  892.       3333333333388F3333333333000033334224333333333333338338F333333333
  893.       0000333422224333333333333833338F33333333000033422222243333333333
  894.       83333338F3333333000034222A22224333333338F33F33338F33333300003222
  895.       A2A2224333333338F383F3338F33333300003A2A222A222433333338F8333F33
  896.       38F33333000034A22222A22243333338833333F3338F333300004222A2222A22
  897.       2433338F338F333F3338F3330000222A3A2224A22243338F3838F338F3338F33
  898.       0000A2A333A2224A2224338F83338F338F3338F300003A33333A2224A2224338
  899.       333338F338F3338F000033333333A2224A2243333333338F338F338F00003333
  900.       33333A2224A2233333333338F338F83300003333333333A2224A333333333333
  901.       8F338F33000033333333333A222433333333333338F338F30000333333333333
  902.       A224333333333333338F38F300003333333333333A223333333333333338F8F3
  903.       000033333333333333A3333333333333333383330000}
  904.     NumGlyphs = 2
  905.   end
  906.   object OpenWaves: TOpenDialog
  907.     DefaultExt = 'wav'
  908.     FileName = '*.wav'
  909.     Filter = 'Wave sound (*.wav)|*.wav'
  910.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  911.     Title = 'Open a Wave file'
  912.     Left = 116
  913.     Top = 240
  914.   end
  915. end
  916.